Bookmark
Togglz - Features flag for Java
www.togglz.org/, posted 2013 by peter in configuration continuousdelivery development free java opensource software
Togglz is an implementation of the Feature Toggles pattern for Java. Feature Toggles are a very common agile development practices in the context of continuous deployment and delivery. The basic idea is to associate a toggle with each new feature you are working on. This allows you to enable or disable these features at application runtime, even for individual users.